home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / 1s_scrip.zip / D&DEXAMP.DOC < prev    next >
Text File  |  1991-08-31  |  2KB  |  42 lines

  1.    These are the QMODEM scripts I use for my daily automatic mail runs from
  2. D&D.  The script D&DAUTO.SCR waits for a specific time of day, then
  3. calls the main script.  The format in the Waitfor command and the
  4. format set in the config must match.  Also, the Board Name field of your
  5. phone book must have "Down" (without the quotes) in it, and this should
  6. be the only board with that string in the board name.  If you use a
  7. different name, change the DIAL command.
  8.  
  9.    The script D&DEXAMP.SCR is the main "driver" script.  You should edit
  10. the WHEN statements in the first section to contain your name and
  11. password in the SEND parameter.  This script does the following:
  12.  
  13.    wait for Main Board prompt
  14.    ask for KMAIL door
  15.    check to see if reply file exists
  16.         if so, upload it and delete it
  17.    Download mail until no more mail exists for you (or you run out of
  18.         time on the BBS!)
  19.    Exit
  20.  
  21.    The script is written in such a way that you can invoke it from the
  22. main board prompt at any time.  For instance, you could log on, d/l some
  23. files, do some DOORS, whatever, then alt-F to run the script.  Press
  24. RETURN to get the Main Board prompt, and walk away! Your mail will be
  25. downloaded from that point, and the script will log off when done.
  26.  
  27.    The following QModem configuration options should be set for the
  28. proper working of these scripts:
  29.  
  30.    Option/Characters/Time Mask                  HH:MM:SS
  31.    Protocols/Toggles/Overwrite Files            off
  32.    Protocols/Toggles/Autoincrement Filename     on
  33.    Protocols/Toggles/Save partials              on
  34.    Protocols/Toggles/ZModem autostart           off
  35.  
  36.    The scripts also assume that your mail lives in a directory called
  37. C:\SLMR.  If you keep mail elsewhere, change C:\SLMR to your mail
  38. directory whereever it appears in D&DEXAMP.SCR.
  39.  
  40.    If you find this useful, enjoy!  If you make mods to it to make it
  41. more useful, please let me know so I can use them, too!
  42.